BodyPartList Class

Class BodyPartList.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class BodyPartList : List<BodyPart>
Inheritance
Object    ListBodyPart    BodyPartList

Constructors

BodyPartListInitializes a new instance of the BodyPartList class

Properties

Capacity
(Inherited from ListBodyPart)
Count
(Inherited from ListBodyPart)
Item
(Inherited from ListBodyPart)

Methods

Add(Attachment) Adds the specified attachment.
Add(T)
(Inherited from ListBodyPart)
AddRange
(Inherited from ListBodyPart)
AsReadOnly
(Inherited from ListBodyPart)
BinarySearch(T)
(Inherited from ListBodyPart)
BinarySearch(T, IComparerT)
(Inherited from ListBodyPart)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListBodyPart)
Clear
(Inherited from ListBodyPart)
Contains
(Inherited from ListBodyPart)
ConvertAllTOutput
(Inherited from ListBodyPart)
CopyTo(T)
(Inherited from ListBodyPart)
CopyTo(T, Int32)
(Inherited from ListBodyPart)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListBodyPart)
Equals
(Inherited from Object)
Exists
(Inherited from ListBodyPart)
Finalize
(Inherited from Object)
Find
(Inherited from ListBodyPart)
FindAll
(Inherited from ListBodyPart)
FindIndex(PredicateT)
(Inherited from ListBodyPart)
FindIndex(Int32, PredicateT)
(Inherited from ListBodyPart)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListBodyPart)
FindLast
(Inherited from ListBodyPart)
FindLastIndex(PredicateT)
(Inherited from ListBodyPart)
FindLastIndex(Int32, PredicateT)
(Inherited from ListBodyPart)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListBodyPart)
ForEach
(Inherited from ListBodyPart)
GetEnumerator
(Inherited from ListBodyPart)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListBodyPart)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListBodyPart)
IndexOf(T, Int32)
(Inherited from ListBodyPart)
IndexOf(T, Int32, Int32)
(Inherited from ListBodyPart)
Insert
(Inherited from ListBodyPart)
InsertRange
(Inherited from ListBodyPart)
LastIndexOf(T)
(Inherited from ListBodyPart)
LastIndexOf(T, Int32)
(Inherited from ListBodyPart)
LastIndexOf(T, Int32, Int32)
(Inherited from ListBodyPart)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListBodyPart)
RemoveAll
(Inherited from ListBodyPart)
RemoveAt
(Inherited from ListBodyPart)
RemoveRange
(Inherited from ListBodyPart)
Reverse
(Inherited from ListBodyPart)
Reverse(Int32, Int32)
(Inherited from ListBodyPart)
Sort
(Inherited from ListBodyPart)
Sort(ComparisonT)
(Inherited from ListBodyPart)
Sort(IComparerT)
(Inherited from ListBodyPart)
Sort(Int32, Int32, IComparerT)
(Inherited from ListBodyPart)
ToArray
(Inherited from ListBodyPart)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListBodyPart)
TrueForAll
(Inherited from ListBodyPart)

See Also